PDF4Java Reference Documentation
com.o2sol.pdf4java.content Package / PDFContentExtractor Class / extractWords Method / extractWords(PDFContentExtractionContext) Method
Context for text extraction.
In This Topic
    extractWords(PDFContentExtractionContext) Method
    In This Topic
    Extracts the text from the PDF page as a collection of words.
    Syntax

    Parameters

    context
    Context for text extraction.

    Return Value

    A collection of words on the page.
    Exceptions
    ExceptionDescription
    When context is null
    See Also